google.golang.org/protobuf/internal/impl.pointer.Uint32 (method)

14 uses

	google.golang.org/protobuf/internal/impl (current package)
		codec_gen.go#L1401: 	v := *p.Uint32()
		codec_gen.go#L1407: 	v := *p.Uint32()
		codec_gen.go#L1432: 	*p.Uint32() = uint32(v)
		codec_gen.go#L1447: 	v := *p.Uint32()
		codec_gen.go#L1457: 	v := *p.Uint32()
		codec_gen.go#L3347: 	v := *p.Uint32()
		codec_gen.go#L3362: 	*p.Uint32() = v
		codec_gen.go#L3377: 	v := *p.Uint32()
		codec_gen.go#L3387: 	v := *p.Uint32()
		merge_gen.go#L62: 	*dst.Uint32() = *src.Uint32()
		merge_gen.go#L66: 	v := *src.Uint32()
		merge_gen.go#L68: 		*dst.Uint32() = v
		pointer_unsafe.go#L97: func (p pointer) Uint32() *uint32                       { return (*uint32)(p.p) }